Interface: DragGesture


Auto.js Pro 9 Docs / floating_window / DragGesture

Interface: DragGesture

floating_window.DragGesture

The object returned by enableDrag, which can be used to disable and re-enable drag gesture.

Table of contents

Methods

Methods

setEnabled

setEnabled(enabled): void

Set whether the drag gesture is enabled.

Parameters

NameType
enabledboolean

Returns

void